ByteNINumericByteNDivide Method
Divides the current value by the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
ByteN INumeric<ByteN>.Divide(
ByteN value
)
Private Function Divide (
value As ByteN
) As ByteN Implements INumeric(Of ByteN).Divide
private:
virtual ByteN Divide(
ByteN value
) sealed = INumeric<ByteN>::Divide
private abstract Divide :
value : ByteN -> ByteN
private override Divide :
value : ByteN -> ByteN
- value ByteN
- The value as the divisor.
ByteNThe result of dividing the current value by
value.
INumericTSelfDivide(TSelf)